projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621e71e
)
(scheme-mode-variables): Use the default comment-indent-function.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 07:31:15 +0000
(07:31 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 07:31:15 +0000
(07:31 +0000)
lisp/progmodes/scheme.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/scheme.el
b/lisp/progmodes/scheme.el
index 15ab8edaadcc6314481e751f1cb920f6faa90fb6..0b11e4f6b9a2eba231ee6c17868f5aa8f39757b1 100644
(file)
--- a/
lisp/progmodes/scheme.el
+++ b/
lisp/progmodes/scheme.el
@@
-158,8
+158,6
@@
(setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+[ \t]*")
(make-local-variable 'comment-column)
(setq comment-column 40)
- (make-local-variable 'comment-indent-function)
- (setq comment-indent-function 'lisp-comment-indent)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments t)
(make-local-variable 'lisp-indent-function)